Html Css Color HEX #C8CCAD Orinoco

📋 copy color: '#C8CCAD'

red 200 ◦ green 204 ◦ blue 173

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

Shades of Orinoco #C8CCAD

Tints of Orinoco #C8CCAD

RGB

 RED value IS 200 (78.52% from 255) = 34.66%

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

 BLUE value IS 173 (67.97% from 255) = 29.98%

R = 34.66%
G = 35.36%
B = 29.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#C8CCAD (or 0xC8CCAD) is known color: Orinoco. HEX triplet: C8, CC and AD. RGB value is (200,204,173). Sum of RGB (Red+Green+Blue) = 200+204+173=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCAD is #373352. Grayscale: #C7C7C7. Windows color (decimal): -3617619 or 11390152. OLE color: 11390152.

HSL color Cylindrical-coordinate representation of color #C8CCAD: hue angle of 67.74º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8CCAD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 173 -
CMYK 0.02 0 0.15 0.2
HSL 67.74º 0.23% 0.74% -
HSV(B) 67.74º 0.15% 0.8% -
XYZ 52.96 58.48 48.03 -
YUV 199.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 200 204 173 0.02 0 0.15 0.2 67.74 0.23 0.74
Hex C8 CC AD 2 0 F 14 44 17 4A
Octal 310 314 255 2 0 17 24 104 27 112
Binary 11001000 11001100 10101101 10 0 1111 10100 1000100 10111 1001010

Color Harmonies of #C8CCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCAD

Black with #C8CCAD

Text Example


Text Example

White with #C8CCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCAD; }

 p { color: rgb(200,204,173); }

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

background-color css

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

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

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

border-color css

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

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

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