Html Css Color HEX #CCB07E Calico

📋 copy color: '#CCB07E'

red 204 ◦ green 176 ◦ blue 126

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

Shades of Calico #CCB07E

Tints of Calico #CCB07E

RGB

 RED value IS 204 (80.08% from 255) = 40.32%

 GREEN value IS 176 (69.14% from 255) = 34.78%

 BLUE value IS 126 (49.61% from 255) = 24.9%

R = 40.32%
G = 34.78%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCB07E (or 0xCCB07E) is known color: Calico. HEX triplet: CC, B0 and 7E. RGB value is (204,176,126). Sum of RGB (Red+Green+Blue) = 204+176+126=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB07E is #334F81. Grayscale: #B2B2B2. Windows color (decimal): -3362690 or 8302796. OLE color: 8302796.

HSL color Cylindrical-coordinate representation of color #CCB07E: hue angle of 38.46º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCB07E is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 126 -
CMYK 0 0.14 0.38 0.2
HSL 38.46º 0.43% 0.65% -
HSV(B) 38.46º 0.38% 0.8% -
XYZ 44.19 45.39 26.17 -
YUV 178.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 204 176 126 0 0.14 0.38 0.2 38.46 0.43 0.65
Hex CC B0 7E 0 E 26 14 26 2B 41
Octal 314 260 176 0 16 46 24 46 53 101
Binary 11001100 10110000 1111110 0 1110 100110 10100 100110 101011 1000001

Color Harmonies of #CCB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB07E

Black with #CCB07E

Text Example


Text Example

White with #CCB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB07E; }

 p { color: rgb(204,176,126); }

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

background-color css

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

 a { background-color: rgb(204,176,126); }

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

border-color css

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

 span { border-color: rgb(204,176,126); }

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