Html Css Color HEX #CF6B52 Japonica

📋 copy color: '#CF6B52'

red 207 ◦ green 107 ◦ blue 82

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

Shades of Japonica #CF6B52

Tints of Japonica #CF6B52

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.02%

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

R = 52.27%
G = 27.02%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF6B52 (or 0xCF6B52) is known color: Japonica. HEX triplet: CF, 6B and 52. RGB value is (207,107,82). Sum of RGB (Red+Green+Blue) = 207+107+82=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B52 is #3094AD. Grayscale: #868686. Windows color (decimal): -3183790 or 5401551. OLE color: 5401551.

HSL color Cylindrical-coordinate representation of color #CF6B52: hue angle of 12º 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 #CF6B52 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 82 -
CMYK 0 0.48 0.60 0.19
HSL 12º 0.57% 0.57% -
HSV(B) 12º 0.6% 0.81% -
XYZ 32.51 24.39 10.98 -
YUV 134.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 207 107 82 0 0.48 0.60 0.19 12 0.57 0.57
Hex CF 6B 52 0 30 3C 13 C 39 39
Octal 317 153 122 0 60 74 23 14 71 71
Binary 11001111 1101011 1010010 0 110000 111100 10011 1100 111001 111001

Color Harmonies of #CF6B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6B52

Black with #CF6B52

Text Example


Text Example

White with #CF6B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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