Html Css Color HEX #CF7A52 Japonica

📋 copy color: '#CF7A52'

red 207 ◦ green 122 ◦ blue 82

#CF7A52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CF7A52

Tints of Japonica #CF7A52

RGB

 RED value IS 207 (81.25% from 255) = 50.36%

 GREEN value IS 122 (48.05% from 255) = 29.68%

 BLUE value IS 82 (32.42% from 255) = 19.95%

R = 50.36%
G = 29.68%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF7A52 (or 0xCF7A52) is known color: Japonica. HEX triplet: CF, 7A and 52. RGB value is (207,122,82). Sum of RGB (Red+Green+Blue) = 207+122+82=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A52 is #3085AD. Grayscale: #8F8F8F. Windows color (decimal): -3179950 or 5405391. OLE color: 5405391.

HSL color Cylindrical-coordinate representation of color #CF7A52: hue angle of 19.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF7A52 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 122 82 -
CMYK 0 0.41 0.60 0.19
HSL 19.2º 0.57% 0.57% -
HSV(B) 19.2º 0.6% 0.81% -
XYZ 34.21 27.79 11.54 -
YUV 142.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 207 122 82 0 0.41 0.60 0.19 19.2 0.57 0.57
Hex CF 7A 52 0 29 3C 13 13 39 39
Octal 317 172 122 0 51 74 23 23 71 71
Binary 11001111 1111010 1010010 0 101001 111100 10011 10011 111001 111001

Color Harmonies of #CF7A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A52

Black with #CF7A52

Text Example


Text Example

White with #CF7A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A52; }

 p { color: rgb(207,122,82); }

 H1.HeaderClassName
 {
   color: #CF7A52;
 }
 .AnyTagClassName
 {
   color: #CF7A52;
 }
</style>

background-color css

<style>
 a { background-color: #CF7A52; }

 a { background-color: rgb(207,122,82); }

 div.DivClassName
 {
   background-color: #CF7A52;
 }
 .BgClassName
 {
   background-color: #CF7A52;
 }
</style>

border-color css

<style>
 span { border-color: #CF7A52; }

 span { border-color: rgb(207,122,82); }

 td.TdClassName
 {
   border-color: #CF7A52;
 }
 .TagClassName
 {
   border-color: #CF7A52;
 }
</style>