Html Css Color HEX #CCCCA5 Orinoco

📋 copy color: '#CCCCA5'

red 204 ◦ green 204 ◦ blue 165

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

Shades of Orinoco #CCCCA5

Tints of Orinoco #CCCCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

 BLUE value IS 165 (64.84% from 255) = 28.8%

R = 35.6%
G = 35.6%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCCCA5 (or 0xCCCCA5) is known color: Orinoco. HEX triplet: CC, CC and A5. RGB value is (204,204,165). Sum of RGB (Red+Green+Blue) = 204+204+165=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCCA5 is #33335A. Grayscale: #C7C7C7. Windows color (decimal): -3355483 or 10865868. OLE color: 10865868.

HSL color Cylindrical-coordinate representation of color #CCCCA5: hue angle of 60º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCCA5 is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 165 -
CMYK 0 0 0.19 0.2
HSL 60º 0.28% 0.72% -
HSV(B) 60º 0.19% 0.8% -
XYZ 53.29 58.74 44.13 -
YUV 199.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 204 204 165 0 0 0.19 0.2 60 0.28 0.72
Hex CC CC A5 0 0 13 14 3C 1C 48
Octal 314 314 245 0 0 23 24 74 34 110
Binary 11001100 11001100 10100101 0 0 10011 10100 111100 11100 1001000

Color Harmonies of #CCCCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCCA5

Black with #CCCCA5

Text Example


Text Example

White with #CCCCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCCA5; }

 p { color: rgb(204,204,165); }

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

background-color css

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

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

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

border-color css

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

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

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