Html Css Color HEX #CFA378 Cameo

📋 copy color: '#CFA378'

red 207 ◦ green 163 ◦ blue 120

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

Shades of Cameo #CFA378

Tints of Cameo #CFA378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 42.24%
G = 33.27%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFA378 (or 0xCFA378) is known color: Cameo. HEX triplet: CF, A3 and 78. RGB value is (207,163,120). Sum of RGB (Red+Green+Blue) = 207+163+120=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA378 is #305C87. Grayscale: #ABABAB. Windows color (decimal): -3169416 or 7906255. OLE color: 7906255.

HSL color Cylindrical-coordinate representation of color #CFA378: hue angle of 29.66º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFA378 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 120 -
CMYK 0 0.21 0.42 0.19
HSL 29.66º 0.48% 0.64% -
HSV(B) 29.66º 0.42% 0.81% -
XYZ 42.22 40.82 23.42 -
YUV 171.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 207 163 120 0 0.21 0.42 0.19 29.66 0.48 0.64
Hex CF A3 78 0 15 2A 13 1E 30 40
Octal 317 243 170 0 25 52 23 36 60 100
Binary 11001111 10100011 1111000 0 10101 101010 10011 11110 110000 1000000

Color Harmonies of #CFA378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA378

Black with #CFA378

Text Example


Text Example

White with #CFA378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA378; }

 p { color: rgb(207,163,120); }

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

background-color css

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

 a { background-color: rgb(207,163,120); }

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

border-color css

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

 span { border-color: rgb(207,163,120); }

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