Html Css Color HEX #CF7666 Japonica

📋 copy color: '#CF7666'

red 207 ◦ green 118 ◦ blue 102

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

Shades of Japonica #CF7666

Tints of Japonica #CF7666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 102 (40.23% from 255) = 23.89%

R = 48.48%
G = 27.63%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF7666 (or 0xCF7666) is known color: Japonica. HEX triplet: CF, 76 and 66. RGB value is (207,118,102). Sum of RGB (Red+Green+Blue) = 207+118+102=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7666 is #308999. Grayscale: #8E8E8E. Windows color (decimal): -3180954 or 6715087. OLE color: 6715087.

HSL color Cylindrical-coordinate representation of color #CF7666: hue angle of 9.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF7666 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 102 -
CMYK 0 0.43 0.51 0.19
HSL 9.14º 0.52% 0.61% -
HSV(B) 9.14º 0.51% 0.81% -
XYZ 34.61 27.18 15.99 -
YUV 142.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 207 118 102 0 0.43 0.51 0.19 9.14 0.52 0.61
Hex CF 76 66 0 2B 33 13 9 34 3D
Octal 317 166 146 0 53 63 23 11 64 75
Binary 11001111 1110110 1100110 0 101011 110011 10011 1001 110100 111101

Color Harmonies of #CF7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7666

Black with #CF7666

Text Example


Text Example

White with #CF7666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7666; }

 p { color: rgb(207,118,102); }

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

background-color css

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

 a { background-color: rgb(207,118,102); }

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

border-color css

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

 span { border-color: rgb(207,118,102); }

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